FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource CodeSystem/FHIR Server from package hl7.fhir.uv.application-feature#current (593 ms)

Package hl7.fhir.uv.application-feature
Type CodeSystem
Id Id
FHIR Version R4
Source http://hl7.org/fhir/uv/application-feature/https://build.fhir.org/ig/HL7/capstmt/CodeSystem-capability-feature-value-cs.html
Url http://hl7.org/fhir/uv/application-feature/CodeSystem/capability-feature-value-cs
Version 1.0.0-ballot
Status active
Date 2023-10-11
Name CapabilityFeatureValueCS
Title Capability Feature Value CS
Experimental False
Realm uv
Authority hl7
Description A feature value that may be declared in a capability statement.
Copyright This CodeSystem is not copyrighted.
Content complete

Resources that use this resource

ValueSet
capability-feature-value-vs Capability Feature Value VS

Resources that this resource uses

No resources found



Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem capability-feature-value-cs

This case-sensitive code system http://hl7.org/fhir/uv/application-feature/CodeSystem/capability-feature-value-cs defines the following codes in a Is-A hierarchy:

LvlCodeDisplayDefinition
1values Root concept for all feature values
2  booleans Values that are booleans
3    true Value is true
3    false Value is false
2  versioning Values for versioning feature
3    no-version No VersionId SupportVersionId meta-property is not supported (server) or used (client).
3    versioned VersionedVersionId meta-property is supported (server) or used (client).
3    versioned-update VersionId tracked fullyVersionId must be correct for updates (server) or will be specified (If-match header) for updates (client).
2  conditional-read-status Values for conditional-read-status
3    cond-read-not-supported Not SupportedNo support for conditional reads.
3    modified-since If-Modified-SinceConditional reads are supported, but only with the If-Modified-Since HTTP Header.
3    not-match If-None-MatchConditional reads are supported, but only with the If-None-Match HTTP Header.
3    full-support Full SupportConditional reads are supported, with both If-Modified-Since and If-None-Match HTTP Headers.
2  conditional-delete-status Values for conditional-delete-status
3    cond-delete-not-supported Not SupportedNo support for conditional deletes.
3    single Single Deletes SupportedConditional deletes are supported, but only single resources at a time.
3    multiple Multiple Deletes SupportedConditional deletes are supported, and multiple resources can be deleted in a single interaction.
2  reference-handling-policy Values for reference-handling-policy
3    literal Literal ReferencesThe server supports and populates Literal references (i.e. using Reference.reference) where they are known (this code does not guarantee that all references are literal; see 'enforced').
3    logical Logical ReferencesThe server allows logical references (i.e. using Reference.identifier).
3    resolves Resolves ReferencesThe server will attempt to resolve logical references to literal references - i.e. converting Reference.identifier to Reference.reference (if resolution fails, the server may still accept resources; see logical).
3    enforced Reference Integrity EnforcedThe server enforces that references have integrity - e.g. it ensures that references can always be resolved. This is typically the case for clinical record systems, but often not the case for middleware/proxy systems.
3    local Local References OnlyThe server does not support references that point to other servers.

Source

{
  "resourceType" : "CodeSystem",
  "id" : "capability-feature-value-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem capability-feature-value-cs</b></p><a name=\"capability-feature-value-cs\"> </a><a name=\"hccapability-feature-value-cs\"> </a><a name=\"capability-feature-value-cs-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/application-feature/CodeSystem/capability-feature-value-cs</code> defines the following codes in a Is-A hierarchy:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">values<a name=\"capability-feature-value-cs-values\"> </a></td><td>Root concept for all feature values</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">��booleans<a name=\"capability-feature-value-cs-booleans\"> </a></td><td>Values that are booleans</td><td/></tr><tr><td>3</td><td style=\"white-space:nowrap\">����true<a name=\"capability-feature-value-cs-true\"> </a></td><td>Value is true</td><td/></tr><tr><td>3</td><td style=\"white-space:nowrap\">����false<a name=\"capability-feature-value-cs-false\"> </a></td><td>Value is false</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">��versioning<a name=\"capability-feature-value-cs-versioning\"> </a></td><td>Values for versioning feature</td><td/></tr><tr><td>3</td><td style=\"white-space:nowrap\">����no-version<a name=\"capability-feature-value-cs-no-version\"> </a></td><td>No VersionId Support</td><td>VersionId meta-property is not supported (server) or used (client).</td></tr><tr><td>3</td><td style=\"white-space:nowrap\">����versioned<a name=\"capability-feature-value-cs-versioned\"> </a></td><td>Versioned</td><td>VersionId meta-property is supported (server) or used (client).</td></tr><tr><td>3</td><td style=\"white-space:nowrap\">����versioned-update<a name=\"capability-feature-value-cs-versioned-update\"> </a></td><td>VersionId tracked fully</td><td>VersionId must be correct for updates (server) or will be specified (If-match header) for updates (client).</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">��conditional-read-status<a name=\"capability-feature-value-cs-conditional-read-status\"> </a></td><td>Values for conditional-read-status</td><td/></tr><tr><td>3</td><td style=\"white-space:nowrap\">����cond-read-not-supported<a name=\"capability-feature-value-cs-cond-read-not-supported\"> </a></td><td>Not Supported</td><td>No support for conditional reads.</td></tr><tr><td>3</td><td style=\"white-space:nowrap\">����modified-since<a name=\"capability-feature-value-cs-modified-since\"> </a></td><td>If-Modified-Since</td><td>Conditional reads are supported, but only with the If-Modified-Since HTTP Header.</td></tr><tr><td>3</td><td style=\"white-space:nowrap\">����not-match<a name=\"capability-feature-value-cs-not-match\"> </a></td><td>If-None-Match</td><td>Conditional reads are supported, but only with the If-None-Match HTTP Header.</td></tr><tr><td>3</td><td style=\"white-space:nowrap\">����full-support<a name=\"capability-feature-value-cs-full-support\"> </a></td><td>Full Support</td><td>Conditional reads are supported, with both If-Modified-Since and If-None-Match HTTP Headers.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">��conditional-delete-status<a name=\"capability-feature-value-cs-conditional-delete-status\"> </a></td><td>Values for conditional-delete-status</td><td/></tr><tr><td>3</td><td style=\"white-space:nowrap\">����cond-delete-not-supported<a name=\"capability-feature-value-cs-cond-delete-not-supported\"> </a></td><td>Not Supported</td><td>No support for conditional deletes.</td></tr><tr><td>3</td><td style=\"white-space:nowrap\">����single<a name=\"capability-feature-value-cs-single\"> </a></td><td>Single Deletes Supported</td><td>Conditional deletes are supported, but only single resources at a time.</td></tr><tr><td>3</td><td style=\"white-space:nowrap\">����multiple<a name=\"capability-feature-value-cs-multiple\"> </a></td><td>Multiple Deletes Supported</td><td>Conditional deletes are supported, and multiple resources can be deleted in a single interaction.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">��reference-handling-policy<a name=\"capability-feature-value-cs-reference-handling-policy\"> </a></td><td>Values for reference-handling-policy</td><td/></tr><tr><td>3</td><td style=\"white-space:nowrap\">����literal<a name=\"capability-feature-value-cs-literal\"> </a></td><td>Literal References</td><td>The server supports and populates Literal references (i.e. using Reference.reference) where they are known (this code does not guarantee that all references are literal; see 'enforced').</td></tr><tr><td>3</td><td style=\"white-space:nowrap\">����logical<a name=\"capability-feature-value-cs-logical\"> </a></td><td>Logical References</td><td>The server allows logical references (i.e. using Reference.identifier).</td></tr><tr><td>3</td><td style=\"white-space:nowrap\">����resolves<a name=\"capability-feature-value-cs-resolves\"> </a></td><td>Resolves References</td><td>The server will attempt to resolve logical references to literal references - i.e. converting Reference.identifier to Reference.reference (if resolution fails, the server may still accept resources; see logical).</td></tr><tr><td>3</td><td style=\"white-space:nowrap\">����enforced<a name=\"capability-feature-value-cs-enforced\"> </a></td><td>Reference Integrity Enforced</td><td>The server enforces that references have integrity - e.g. it ensures that references can always be resolved. This is typically the case for clinical record systems, but often not the case for middleware/proxy systems.</td></tr><tr><td>3</td><td style=\"white-space:nowrap\">����local<a name=\"capability-feature-value-cs-local\"> </a></td><td>Local References Only</td><td>The server does not support references that point to other servers.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fhir"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1,
      "_valueInteger" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/application-feature/ImplementationGuide/hl7.fhir.uv.application-feature"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/application-feature/ImplementationGuide/hl7.fhir.uv.application-feature"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/uv/application-feature/CodeSystem/capability-feature-value-cs",
  "version" : "1.0.0-ballot",
  "name" : "CapabilityFeatureValueCS",
  "title" : "Capability Feature Value CS",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-10-11",
  "publisher" : "HL7 International / FHIR Infrastructure",
  "contact" : [
    {
      "name" : "HL7 International / FHIR Infrastructure",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description" : "A feature value that may be declared in a capability statement.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "copyright" : "This CodeSystem is not copyrighted.",
  "caseSensitive" : true,
  "hierarchyMeaning" : "is-a",
  "compositional" : true,
  "content" : "complete",
  "count" : 23,
  "concept" : [
    {
      "code" : "values",
      "display" : "Root concept for all feature values",
      "concept" : [
        {
          "code" : "booleans",
          "display" : "Values that are booleans",
          "concept" : [
            {
              "code" : "true",
              "display" : "Value is true"
            },
            {
              "code" : "false",
              "display" : "Value is false"
            }
          ]
        },
        {
          "code" : "versioning",
          "display" : "Values for versioning feature",
          "concept" : [
            {
              "code" : "no-version",
              "display" : "No VersionId Support",
              "definition" : "VersionId meta-property is not supported (server) or used (client)."
            },
            {
              "code" : "versioned",
              "display" : "Versioned",
              "definition" : "VersionId meta-property is supported (server) or used (client)."
            },
            {
              "code" : "versioned-update",
              "display" : "VersionId tracked fully",
              "definition" : "VersionId must be correct for updates (server) or will be specified (If-match header) for updates (client)."
            }
          ]
        },
        {
          "code" : "conditional-read-status",
          "display" : "Values for conditional-read-status",
          "concept" : [
            {
              "code" : "cond-read-not-supported",
              "display" : "Not Supported",
              "definition" : "No support for conditional reads."
            },
            {
              "code" : "modified-since",
              "display" : "If-Modified-Since",
              "definition" : "Conditional reads are supported, but only with the If-Modified-Since HTTP Header."
            },
            {
              "code" : "not-match",
              "display" : "If-None-Match",
              "definition" : "Conditional reads are supported, but only with the If-None-Match HTTP Header."
            },
            {
              "code" : "full-support",
              "display" : "Full Support",
              "definition" : "Conditional reads are supported, with both If-Modified-Since and If-None-Match HTTP Headers."
            }
          ]
        },
        {
          "code" : "conditional-delete-status",
          "display" : "Values for conditional-delete-status",
          "concept" : [
            {
              "code" : "cond-delete-not-supported",
              "display" : "Not Supported",
              "definition" : "No support for conditional deletes."
            },
            {
              "code" : "single",
              "display" : "Single Deletes Supported",
              "definition" : "Conditional deletes are supported, but only single resources at a time."
            },
            {
              "code" : "multiple",
              "display" : "Multiple Deletes Supported",
              "definition" : "Conditional deletes are supported, and multiple resources can be deleted in a single interaction."
            }
          ]
        },
        {
          "code" : "reference-handling-policy",
          "display" : "Values for reference-handling-policy",
          "concept" : [
            {
              "code" : "literal",
              "display" : "Literal References",
              "definition" : "The server supports and populates Literal references (i.e. using Reference.reference) where they are known (this code does not guarantee that all references are literal; see 'enforced')."
            },
            {
              "code" : "logical",
              "display" : "Logical References",
              "definition" : "The server allows logical references (i.e. using Reference.identifier)."
            },
            {
              "code" : "resolves",
              "display" : "Resolves References",
              "definition" : "The server will attempt to resolve logical references to literal references - i.e. converting Reference.identifier to Reference.reference (if resolution fails, the server may still accept resources; see logical)."
            },
            {
              "code" : "enforced",
              "display" : "Reference Integrity Enforced",
              "definition" : "The server enforces that references have integrity - e.g. it ensures that references can always be resolved. This is typically the case for clinical record systems, but often not the case for middleware/proxy systems."
            },
            {
              "code" : "local",
              "display" : "Local References Only",
              "definition" : "The server does not support references that point to other servers."
            }
          ]
        }
      ]
    }
  ]
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.